home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / bw210sng.arj / REGIT.BAT < prev   
Encoding:
DOS Batch File  |  1992-06-18  |  2.0 KB  |  77 lines

  1. @echo off
  2. echo off
  3. goto start
  4. n bwave.exe
  5. l
  6. g128
  7. t
  8. g20d
  9. t
  10. ge3
  11. t
  12. g635
  13. t2
  14. g952
  15. t2
  16. g533
  17. t2
  18. g2dd
  19. t
  20. g440c
  21. > regno.txt
  22. da ds:si ds:si+7
  23. q
  24.  
  25. :start
  26. cls
  27. echo  
  28. echo                    The Scorpion ¥ Entertainment Network Presents
  29. echo                    ─────────────────────────────────────────────
  30. echo            The Blue Wave Offline Mail Reader v2.10 serial number generator
  31. echo  
  32. echo This program will generate your own personal REGISTRATION code for this
  33. echo particular version of Blue Wave!!
  34. echo  
  35. echo Here's what you have to do:
  36. echo 1.) Run Blue Wave and enter your registration name as you wish it to be.
  37. echo     The registration menu is part of the setup parameters menu.
  38. echo     Here is my registration information just in case you were wondering!
  39. echo            Registration Name    Untamed Stallion
  40. echo            Registration Number  72923816
  41. echo 2.) Next, run this registration program!
  42. echo 3.) After this program runs, a small file called regno.txt will have been
  43. echo     created.  Inside is your personal REGISTRATION number!!
  44. echo This program should take less than 25 seconds to run. Do not wait more!
  45. echo  
  46. echo                   Press any key to continue or CTRL-C to abort
  47. pause > NUL
  48.  
  49. if not exist regfnd.exe goto noexe
  50. if not exist bwave.exe goto noexe
  51. regfnd < regit.bat > nul
  52. goto end
  53.  
  54. :noexe
  55. echo  
  56. echo Argggggggggggggggggggggggg!
  57. echo This registration procedure requires:
  58. echo regfnd.exe, regit.bat, and bwave.exe to be in the current directory.
  59. echo The first two can be removed to save space once the procedure is complete.
  60. goto exit
  61.  
  62. :end
  63. cls
  64. echo We did it!!!!! All Done
  65. echo Your REGISTRATION serial number is stored in regno.txt!!
  66. echo  
  67. type regno.txt
  68. echo            ########
  69. echo The registration number is the 8 character numeric string ABOVE those
  70. echo pound signs.
  71. echo Run BWAVE (unregistered one more time) to enter your new serial number.
  72. echo  
  73. echo Scorpion ¥
  74.  
  75. :exit
  76. echo on
  77.